var guid = '', ftGuild = '';
if ('ft84352066f63747d38eff5683f0b95b78' != '0') {
    guid = 'id="ft84352066f63747d38eff5683f0b95b78"';
    ftGuild = 'ft84352066f63747d38eff5683f0b95b78';
}
var width = '';
if ('100%' != '0') {
    width = 'width="100%"';
}
var height = '';
if ('200' != '0') {
    height = 'height="200"';
}
var border = 0;
if ('false' == 'true') {
    border = 1;
}
var params = "";
if(location.href && typeof location.href == "string") {
    params = location.href.split("?");
    if(params.length > 1) {
        params = "?"+params[params.length-1];
    } else {
        params = "";
    }
}
if(params) {
    params +='&';
} else {
    params +='?';
}
params += 'ftembedform=' + encodeURIComponent(location.href);
try {
    params += '&ftopenerref=' + encodeURIComponent(document.referrer);
} catch(err) {
    
}
if ('' !== '') {
    params += '&FTLang=' + '';
}

var domElement;
if(ftGuild) {
    domElement = document.getElementById("ftEmbedForm-" + ftGuild);
}
if(!domElement) {
    domElement = document.getElementById("ftEmbedForm");
}

var onLoadFtIframe = function(){
    if(window.isLoadedFtIframe) {
        return false;
    }
    window.isLoadedFtIframe = true;
    window.parent.scrollTo(0,0)
}

var code = '<iframe onload="onLoadFtIframe()" allowtransparency="true" frameborder="' + border + '" '+guid+' scrolling="yes" src="https://valley.formtitan.com/ftproject/ft3a3c07cdbabf49628d3b1b6fbb1bb046'+params+'"' + width + ' ' + height + ' />';
if(domElement) {
    domElement.innerHTML = code;
} else {
    document.write(code);
}
